#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <memory.h>#include "aes.h"#include <time.h>Include dependency graph for aesxam.c:

Defines | |
| #define | BLOCK_LEN 16 |
| #define | READ_ERROR -7 |
| #define | WRITE_ERROR -8 |
| #define | file_len(x) (unsigned long)x |
| #define | RAND(a, b) |
Functions | |
| void | cycles (volatile unsigned __int64 *rtn) |
| void | fillrand (char *buf, const int len) |
| int | encfile (FILE *fin, FILE *fout, aes_encrypt_ctx ctx, const char *ifn, const char *ofn) |
| int | decfile (FILE *fin, FILE *fout, aes_decrypt_ctx ctx, const char *ifn, const char *ofn) |
| int | main (int argc, char *argv[]) |
|
|
|
|
|
|
|
|
Value: |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3-rc3